From 878d8faf4d06d68b45bc3491ecb64c4ae80387f8 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 30 May 2026 10:15:09 +0000 Subject: [PATCH] libretro.pcsx2: 0-unstable-2026-05-13 -> 0-unstable-2026-05-30 --- 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 3c0ea798da93..557ebbfe239b 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-2026-05-13"; + version = "0-unstable-2026-05-30"; src = fetchFromGitHub { owner = "libretro"; repo = "ps2"; - rev = "2b9768b58e743b2e7586051e28896c98dc05fa4e"; - hash = "sha256-Du+Z0gF5y5a91/bCfSY7ohubSn4JaaWxB3fkO4aE6e8="; + rev = "a1b104679bcf6a6cf943f1e9daee0e98515944c2"; + hash = "sha256-NmVjqct6DaYdeAt/aMoHg0t5rs1k8srZ9JW6H5bGw5Y="; fetchSubmodules = true; };