From fbbb0f9bd9e27868805cd5d01b91281ce1463399 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 3 Jul 2025 20:37:58 +0000 Subject: [PATCH] libretro.pcsx2: 0-unstable-2025-03-15 -> 0-unstable-2025-07-03 --- 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 fbec108e92a7..d4d618ca9883 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-03-15"; + version = "0-unstable-2025-07-03"; src = fetchFromGitHub { owner = "libretro"; repo = "ps2"; - rev = "6cc162de2162a0ffe92a4e0470141b9c7c095bf3"; - hash = "sha256-hzM4nt7Cp7l2fLtG60YmqVchuFskqVDyaZPHIO0E6Ws="; + rev = "f8c9740897cbba47ee5ecda9f1c34d73daf81379"; + hash = "sha256-2/CYjilppD/7o3G4kNMUTbEP91DQYct0ojHwShNy8cw="; fetchSubmodules = true; };