Commit 84d36916 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada
Browse files

libretro.mame: 0-unstable-2024-11-01 -> 0-unstable-2025-01-04

parent b042e45d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
}:
mkLibretroCore {
  core = "mame";
  version = "0-unstable-2024-11-01";
  version = "0-unstable-2025-01-04";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "mame";
    rev = "a67797ad2f7516906ed7acef87569c6f35ca8739";
    hash = "sha256-MF6MWQftHBYL1Uv3ZYKFqCH24nd1+M73rhUzkdftMzk=";
    rev = "20db0f242e4e11a476b548dd57d2ef9cc3e84f03";
    hash = "sha256-+xShU96m+KCHrFleEy55fBD5vCM+hsYMqIvRZQtzsr8=";
    fetchSubmodules = true;
  };