From f33cb9d60c6cc282bf25b5cc2b2170d1ec073676 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 30 May 2025 08:46:01 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2025-05-19 -> 0-unstable-2025-05-29 --- 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 37875157ab64..83143f3ccdd9 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-05-19"; + version = "0-unstable-2025-05-29"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "48852ed81dbfb4b502a45eb632d4f999a892cc72"; - hash = "sha256-XgYu36byAxXTDsgq4Iz+VPWQNsPxXQP+hx+/MYZkm6k="; + rev = "9bebc1233017c7869f8a3e1025026803d968ef81"; + hash = "sha256-Un97Xa7Nt+v7T356Gdk0EZTOPMmlkv6Xl/2dilGhsxw="; fetchSubmodules = true; };