Unverified Commit 3c66b2d5 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

libretro.puae: 0-unstable-2026-02-27 -> 0-unstable-2026-03-24 (#504537)

parents 4506ce2b 799d2495
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "puae";
  version = "0-unstable-2026-02-27";
  version = "0-unstable-2026-03-24";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "libretro-uae";
    rev = "bea8c084beaf576f54dc1be42d715d424265cda2";
    hash = "sha256-CU/BVXys7VBra4qaMBjTgKQP1hke7+wqJ2RMYUXIXlo=";
    rev = "b26def5c5ab9ea35019a42b950e014a22907ea13";
    hash = "sha256-DoNYpEqlrWueh/rwB4pkPYPdkSi+EVxP5T6BPgqv1nU=";
  };

  makefile = "Makefile";