From b33d34bc7af7d076a7816e39454bbcfd1eff83df Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 9 Jun 2025 19:58:22 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2025-05-29 -> 0-unstable-2025-06-09 --- 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 83143f3ccdd9..ebc67bfa4f89 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-29"; + version = "0-unstable-2025-06-09"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "9bebc1233017c7869f8a3e1025026803d968ef81"; - hash = "sha256-Un97Xa7Nt+v7T356Gdk0EZTOPMmlkv6Xl/2dilGhsxw="; + rev = "435b26588857dc60d982c2981e04cd28f7a2c38e"; + hash = "sha256-i6xxj8EKFyDiu041oKXwB/Wg9tg7+9yLaRnU5gfSO2s="; fetchSubmodules = true; };