libretro.ppsspp: 0-unstable-2025-07-06 -> 0-unstable-2025-07-16 (#426044)

This commit is contained in:
Thiago Kenji Okada 2025-07-17 12:19:51 +01:00 committed by GitHub
commit 2dd310410c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,13 +13,13 @@
}:
mkLibretroCore {
core = "ppsspp";
version = "0-unstable-2025-07-06";
version = "0-unstable-2025-07-16";
src = fetchFromGitHub {
owner = "hrydgard";
repo = "ppsspp";
rev = "32e05485c5cf48bbe393ca5ce2b356db4a73ddbf";
hash = "sha256-sU2bmCYpXl5VPpu2qZtXGgJJ523fPQsoQSWYhTwAkOs=";
rev = "e68cec63d0d5d89442ddfab5b425c73e2bb5eb35";
hash = "sha256-xNh+McD/oGBKTcnhQgM3zCZhX4Q7IOf9CcdIJJvqM4g=";
fetchSubmodules = true;
};