Commit ba0bb9f9 authored by R. RyanTM's avatar R. RyanTM
Browse files

libretro.vice-x128: 0-unstable-2025-04-22 -> 0-unstable-2025-05-08

parent d53a0ca3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
mkLibretroCore {
  core = "vice-${type}";
  version = "0-unstable-2025-04-22";
  version = "0-unstable-2025-05-08";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "vice-libretro";
    rev = "e5b036f0be19f7a70fde75cc0e8b1b43476adc13";
    hash = "sha256-GzvsXPZcBfGvA0g7zLR3R7w5CEIw2slL3EyQdcDjqCc=";
    rev = "5f094cfb57d1f656027a9d26bda681b6ecc46419";
    hash = "sha256-XqWAh3e2Q/i7c8nxqDP+sJHGdYWCyqdk2pwJ+JPsdVk=";
  };

  makefile = "Makefile";