From b87b7f62c2cdfbcb17672f1284c695d69ad2b217 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 16 Mar 2025 00:15:39 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2025-01-14 -> 0-unstable-2025-03-15 --- 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 eb10bd383457..63241ce3f69f 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-01-14"; + version = "0-unstable-2025-03-15"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "841eb115e224dcdaa4b97f33ee0126fa00149c2a"; - hash = "sha256-QnD13GxwW+B5ZdRRBhBwxUELwCwrlBsxBO0//elIfM4="; + rev = "60a2dd12bc6eebb9e7885bf77f91835d6ff07307"; + hash = "sha256-I9v01nXxaE1JboJ3a4hxIi1Qw78mOaLWdSVikF1vv1I="; fetchSubmodules = true; };