Unverified Commit 7d2e5f4a authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

libretro.ppsspp: 0-unstable-2025-08-30 -> 0-unstable-2025-09-10 (#441921)

parents f3fdf735 8e4eef39
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@
}:
mkLibretroCore {
  core = "ppsspp";
  version = "0-unstable-2025-08-30";
  version = "0-unstable-2025-09-10";

  src = fetchFromGitHub {
    owner = "hrydgard";
    repo = "ppsspp";
    rev = "b9a3e939711e007cce6af5930603122c0df91f20";
    hash = "sha256-eEJeH7tfuIVrlkqGwsoe6RkY7tOEIyUbHSM8xGyZL4o=";
    rev = "a240cb24070700fbf73a1522338ebd60011a0daf";
    hash = "sha256-A4tqLVmW6Y4boQRf80N0upFS+s6P+TQRXB/i8rg/I4g=";
    fetchSubmodules = true;
  };