I/O PIN Protect

I'm using a coin selector to detected when a coin is inserted,

it's 12v connected and they have a signal cable, i put it on the pin 6 but right now is dead, what can I do to protect the I/O ?

You can use a high-value resistor (like 2.2k) to limit the current.

--
The Ruggeduino: compatible with Arduino UNO, 24V operation, all I/O's fused and protected

You already got a pretty good answer at Pin dead/burned - #11 by CrossRoads - Programming Questions - Arduino Forum

A more extensive protection would be to use a zener diode and resistor, or even go for an opto isolator.

Better still use the signal to drive a transistor. Connect the emitter to ground, the collector to input and the base through a large resistor to the signal. And enable the internal pull ups.