Unverified Commit 1546af4c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

libretro.puae: 0-unstable-2025-04-15 -> 0-unstable-2025-04-22 (#402151)

parents 3084b0c2 680221b3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "puae";
  version = "0-unstable-2025-04-15";
  version = "0-unstable-2025-04-22";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "libretro-uae";
    rev = "0faf39cfd84e114d985e020562e75c22b4bc1569";
    hash = "sha256-eJnCHei0/SdJD33SGsRgUL1+IapcvX/FcxHDlYmkob0=";
    rev = "7dd724eaa48f05f02d9d2f1bfa131c34b6ab5351";
    hash = "sha256-i046+gZa8u/nmGGlF/uA2Lz5VZJTgwXz9aK2C/2l470=";
  };

  makefile = "Makefile";