Unverified Commit 5f2011dd authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

libretro.pcsx2: 0-unstable-2025-07-11 -> 0-unstable-2025-08-07 (#431929)

parents 17d12a71 e7ef20f4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@
}:
mkLibretroCore {
  core = "pcsx2";
  version = "0-unstable-2025-07-11";
  version = "0-unstable-2025-08-07";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "ps2";
    rev = "553770c8d886acb12ff43d06b83215f46be89acc";
    hash = "sha256-C2uASKAol7PB3TEdLPCHlcUdRcaYlFwngnviY3rBklE=";
    rev = "c26b06ac2752a11ee47abc6f9c73595ee874341c";
    hash = "sha256-c7y1jCRQd/o4RTrOeqltcH8HOwrb+BLtaw//0ZWW4E0=";
    fetchSubmodules = true;
  };