From cd4ff5c204a66af04fff865cf23b4a1685bee6e3 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Tue, 14 Jan 2025 21:17:12 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2025-01-10 -> 0-unstable-2025-01-14 --- 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 92e49ff92f77..eb10bd383457 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-10"; + version = "0-unstable-2025-01-14"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "aa752ade6c99ec6db4c7f7cbc6c1133738005c5f"; - hash = "sha256-zbDXAI3VnpPQbPMAN1ie5nPFCNzBQif1S1nZnar4fvg="; + rev = "841eb115e224dcdaa4b97f33ee0126fa00149c2a"; + hash = "sha256-QnD13GxwW+B5ZdRRBhBwxUELwCwrlBsxBO0//elIfM4="; fetchSubmodules = true; };