From 02102f2abb91373ce3f11bed7fd37f2fd37bb91b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 17 Mar 2025 11:35:20 +0000 Subject: [PATCH] libretro.pcsx-rearmed: 0-unstable-2025-01-14 -> 0-unstable-2025-03-17 --- pkgs/applications/emulators/libretro/cores/pcsx-rearmed.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;