Commit fba013cf authored by R. RyanTM's avatar R. RyanTM
Browse files

libretro.play: 0-unstable-2025-08-20 -> 0-unstable-2025-08-25

parent c46f18df
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@
}:
mkLibretroCore {
  core = "play";
  version = "0-unstable-2025-08-20";
  version = "0-unstable-2025-08-25";

  src = fetchFromGitHub {
    owner = "jpd002";
    repo = "Play-";
    rev = "7062c5e67a4a90b75fe1d0221c43f678a0d049b6";
    hash = "sha256-PnZNcy69o0Fi2gfC7gDXyo6wUykdG4NxKumEl9P8K9Y=";
    rev = "fe54d0a413f8e7268bc8a321e691a562edd6b257";
    hash = "sha256-d+bVkM8BsZ9eiHaSNCC4b156EjOqyQn93lOyy6FLbks=";
    fetchSubmodules = true;
  };