From 437eb4911d09437303af1c646c49fc9310b07983 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 18 Jan 2026 09:59:23 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2026-01-10 -> 0-unstable-2026-01-18 --- 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 a0eb9af8c041..c0b389a35945 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-2026-01-10"; + version = "0-unstable-2026-01-18"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "3f3b353350aae4f9584070c793bf19983886d910"; - hash = "sha256-VFAs6bmMWRn737nfRd98vcFJkVQ6Z580COUmgl2aOY0="; + rev = "3c3de9ce6b93dc718ad7487ee249dea560a791ed"; + hash = "sha256-ZzOrK0ccYew91bZLMp5B4r5wC/4e6N5SaDled0fskcI="; fetchSubmodules = true; };