Commit 0a3ef3d3 authored by R. RyanTM's avatar R. RyanTM
Browse files

libretro.beetle-pce-fast: 0-unstable-2025-09-19 -> 0-unstable-2025-09-26

parent 27ccbffc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "mednafen-pce-fast";
  version = "0-unstable-2025-09-19";
  version = "0-unstable-2025-09-26";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "beetle-pce-fast-libretro";
    rev = "1524cc63104aece5a90ed7dd181b444a16313134";
    hash = "sha256-hNcYdkqZauoCrNMHy4YaH0ZsqUofoYb8USi0r5bbmkk=";
    rev = "6c89e833b1aa0e0c5cd894f90a2dd09b579ffa4d";
    hash = "sha256-R7qSeCRWoMe3mMpHZy4GWatlVS8x+4vn8bughHdaVb0=";
  };

  makefile = "Makefile";