diff --git a/pkgs/applications/emulators/libretro/cores/pcsx-rearmed.nix b/pkgs/applications/emulators/libretro/cores/pcsx-rearmed.nix index 19d4e1ca06a1..92e9c16d6110 100644 --- a/pkgs/applications/emulators/libretro/cores/pcsx-rearmed.nix +++ b/pkgs/applications/emulators/libretro/cores/pcsx-rearmed.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "pcsx-rearmed"; - version = "0-unstable-2025-01-14"; + version = "0-unstable-2025-03-17"; src = fetchFromGitHub { owner = "libretro"; repo = "pcsx_rearmed"; - rev = "9fec7ce05906838a4682dd0a83d0e7d6ac0336fa"; - hash = "sha256-1t6mXucg2/2hqyM4Id5Ze2Ry5U2rWMw2ce9mPAJur8k="; + rev = "b53685f32320245d5d500cf59963d19ddff2f7d4"; + hash = "sha256-YeTZXkoqk9sgWum+Pj6Bj7SojVBqm/m4CVA2GJT69Wg="; }; dontConfigure = true;