From e7ef20f4fff3da37ca670f522199e4fce3b68762 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 8 Aug 2025 05:58:11 +0000 Subject: [PATCH] libretro.pcsx2: 0-unstable-2025-07-11 -> 0-unstable-2025-08-07 --- pkgs/applications/emulators/libretro/cores/pcsx2.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/pcsx2.nix b/pkgs/applications/emulators/libretro/cores/pcsx2.nix index f0623cf2d6b5..da6bad0f728a 100644 --- a/pkgs/applications/emulators/libretro/cores/pcsx2.nix +++ b/pkgs/applications/emulators/libretro/cores/pcsx2.nix @@ -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; };