From 64c279e5cebaa4b7620ae7f2ae87e753f88cb9c1 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 12 Apr 2026 05:52:00 +0000 Subject: [PATCH] libretro.pcsx-rearmed: 0-unstable-2026-04-02 -> 0-unstable-2026-04-12 --- 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 6cb3bc5ee28a..5f359b4f5a8e 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-2026-04-02"; + version = "0-unstable-2026-04-12"; src = fetchFromGitHub { owner = "libretro"; repo = "pcsx_rearmed"; - rev = "c1e885c71f24204a919e3bc40735497ccf541f0d"; - hash = "sha256-mJY9kngb/YsClAJFhsc6tHl857k2/MOHP/oWaltg+so="; + rev = "13f09ce0e3eb375e02879c51926d2b7c54e5f86b"; + hash = "sha256-WjdliWglIYGI1X9jGq5LqCBLijlR56TOwiVmJjCTi8M="; }; dontConfigure = true;