From 59461c1c2e668dfd95885aa3a1a58c49c9ca8c49 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 6 Apr 2025 22:13:02 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2025-03-26 -> 0-unstable-2025-04-06 --- pkgs/applications/emulators/libretro/cores/ppsspp.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/ppsspp.nix b/pkgs/applications/emulators/libretro/cores/ppsspp.nix index 428e7982f5f8..1a6dab365d44 100644 --- a/pkgs/applications/emulators/libretro/cores/ppsspp.nix +++ b/pkgs/applications/emulators/libretro/cores/ppsspp.nix @@ -13,13 +13,13 @@ }: mkLibretroCore { core = "ppsspp"; - version = "0-unstable-2025-03-26"; + version = "0-unstable-2025-04-06"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "e4a492b6a2d72582e0d32ffd05b7f37d3312657c"; - hash = "sha256-2WuKxfOmlNcPIbwVjCbGfvWIwd5/WYb7pFGMnzg3fZQ="; + rev = "031421ba4de8559f8bbdbd9367b29be28f6a45cb"; + hash = "sha256-eaXR/w0Iz9tmTgZKHVcZYXJbXaVPnYudSal0vcsQ9a0="; fetchSubmodules = true; };